All Questions
5 questions
2votes
0answers
68views
Counting how many questions in each category are tagged
I have a homepage that shows how many questions are in a certain category which is done through tagging. The functionality is working great, it tells me how many of each there are. However, newrelic'...
3votes
2answers
92views
Rails method to match users according to language fluency level
This code works fine, but I'm still learning, and feel like there is a more Railsy way to write this. Is there a good rails ActiveRecord method I should learn more about? Please let me know if you ...
1vote
1answer
73views
Rails query for all questions in tournaments that a user participates in
I'm new to rails and this is the situation I'm in: I have a User model that has many tournaments, a Tournament has many users ...
4votes
1answer
4kviews
Managing users and profiles in Rails
I am building a Rails marketplace application using TDD. I would like to get advice on the way in which I have built the User associated ...
2votes
0answers
66views
Modeling a temperature recording device in Rails
The app will allow users to login and upload a CSV file that contains temperature data from a device. This data will be stored and the user can view all these downloads and select one from a list to ...